Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added CloudFormation Custom Resource template to AWSLambdaPSCore PowerShell module templates #322

Conversation

scrthq
Copy link

@scrthq scrthq commented Sep 17, 2018

Issue #, if available: N/A

Description of changes: Added a new template to provide a base for creating Lambda-backed custom resources for CloudFormation written in PowerShell.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

nate-ferrell and others added 3 commits September 17, 2018 12:13
…of github.com:scrthq/aws-lambda-dotnet into feature/add_cloudformation_customResource_PS_template
@normj
Copy link
Member

normj commented Sep 17, 2018

Thanks for the pull request. We really appreciate helping fill out our templates selection. I have merged it in the dev branch which means it will go out with the next release of the AWSLambdaPSCore module.

The templates are also hosted online which Get-AWSPowerShellLambdaTemplate will use by default if you are online. The online configuration has been updated so as long as you are online you will see your new template.

PS C:\Users\normj> Get-AWSPowerShellLambdaTemplate

Template                     Description
--------                     -----------
Basic                        Bare bones script
CloudFormationCustomResource PowerShell handler base for use with CloudFormation custom resource events
CodeCommitTrigger            Script to process AWS CodeCommit Triggers
DetectLabels                 Use Amazon Rekognition service to tag image files in S3 with detected labels.
KinesisStreamProcessor       Script to be process a Kinesis Stream
S3Event                      Script to process S3 events
SNSSubscription              Script to be subscribed to an SNS Topic
SQSQueueProcessor            Script to be subscribed to an SQS Queue

@scrthq
Copy link
Author

scrthq commented Sep 17, 2018

Awesome!! Thanks for the quick review and response, Norm!

I'll be sure to send over any additional use cases I come up with that may be worthy of a template!

@normj
Copy link
Member

normj commented Sep 25, 2018

Version 1.1.0 of AWSLambdaPSCore now ships with this template. Thanks for the effort!

@normj normj closed this Sep 25, 2018
@normj
Copy link
Member

normj commented Sep 25, 2018

Not sure why GitHub didn't auto close this but everything has been merged into master so I manually closed it.

@scrthq
Copy link
Author

scrthq commented Sep 27, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants